home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / PolicyKit / policy / ConsoleKit.policy < prev    next >
Extensible Markup Language  |  2008-10-24  |  2KB  |  49 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE policyconfig PUBLIC
  3.  "-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN"
  4.  "http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd">
  5.  
  6. <!--
  7. Policy definitions for ConsoleKit
  8. -->
  9.  
  10. <policyconfig>
  11.  
  12.   <action id="org.freedesktop.consolekit.system.stop">
  13.     <description>Stop the system</description>
  14.     <message>System policy prevents stopping the system</message>
  15.     <defaults>
  16.       <allow_inactive>no</allow_inactive>
  17.       <allow_active>yes</allow_active>
  18.     </defaults>
  19.   </action>
  20.  
  21.   <action id="org.freedesktop.consolekit.system.stop-multiple-users">
  22.     <description>Stop the system when multiple users are logged in</description>
  23.     <message>System policy prevents stopping the when other users are logged in</message>
  24.     <defaults>
  25.       <allow_inactive>no</allow_inactive>
  26.       <allow_active>auth_admin</allow_active>
  27.     </defaults>
  28.   </action>
  29.  
  30.   <action id="org.freedesktop.consolekit.system.restart">
  31.     <description>Restart the system</description>
  32.     <message>System policy prevents restarting the system</message>
  33.     <defaults>
  34.       <allow_inactive>no</allow_inactive>
  35.       <allow_active>yes</allow_active>
  36.     </defaults>
  37.   </action>
  38.  
  39.   <action id="org.freedesktop.consolekit.system.restart-multiple-users">
  40.     <description>Restart the system when multiple users are logged in</description>
  41.     <message>System policy prevents restarting the system when other users are logged in</message>
  42.     <defaults>
  43.       <allow_inactive>no</allow_inactive>
  44.       <allow_active>auth_admin</allow_active>
  45.     </defaults>
  46.   </action>
  47.  
  48. </policyconfig>
  49.